runtime.mSpanStateBox.get (method)

21 uses

	runtime (current package)
		cgocheck.go#L137: 	if s.state.get() == mSpanManual {
		heapdump.go#L454: 		if s.state.get() == mSpanInUse {
		heapdump.go#L480: 		if s.state.get() != mSpanInUse {
		heapdump.go#L652: 		if s.state.get() != mSpanInUse {
		heapdump.go#L675: 		if s.state.get() == mSpanInUse {
		mbitmap.go#L354: 		state := s.state.get()
		mbitmap.go#L402: 	if state := s.state.get(); state != mSpanInUse || p < s.base() || p >= s.limit {
		mbitmap.go#L592: 	} else if s.state.get() != mSpanInUse || dst < s.base() || s.limit <= dst {
		mgcmark.go#L366: 			if state := s.state.get(); state != mSpanInUse {
		mgcmark.go#L1500: 	if state := s.state.get(); 0 <= state && int(state) < len(mSpanStateNames) {
		mgcmark.go#L1508: 	if s.state.get() == mSpanManual && size == 0 {
		mgcsweep.go#L356: 		if state := s.state.get(); state != mSpanInUse {
		mgcsweep.go#L484: 	if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
		mgcsweep.go#L640: 	if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
		mheap.go#L368: func (b *mSpanStateBox) get() mSpanState {
		mheap.go#L608: 	switch s.state.get() {
		mheap.go#L680: 	if s == nil || s.state.get() != mSpanInUse || p < s.base() || p >= s.limit {
		mheap.go#L1466: 	switch s.state.get() {
		signal_unix.go#L408: 			if s != nil && s.state.get() == mSpanManual && s.base() < sp && sp < s.limit {
		stack.go#L240: 	if s.state.get() != mSpanManual {
		stack.go#L496: 		if s.state.get() != mSpanManual {